home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 54
/
Vol 54.iso
/
games
/
gardenin.swf
/
scripts
/
frame_81
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-27
|
261 b
|
20 lines
this.stop();
stopAllSounds();
if(success_seed == 10)
{
var i = 1;
while(i <= 6)
{
if(this["good_seed" + i])
{
good_seed++;
}
i++;
}
this.nextFrame();
}
else
{
this.gotoAndStop("gameover");
}